Commit 6daa034f authored by Alessandro Rubini's avatar Alessandro Rubini

at91boot: load a bigger size from dataflash, for new barebox

the new barebox we'll introduce supports much more stuff, and is 0x63000
in size.  Thus, load 0x84000 bytes from dataflash, a multiple of the
pages size (0x420).
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 72881a1f
......@@ -108,7 +108,7 @@ CONFIG_LOAD_UBOOT=y
CONFIG_IMG_ADDRESS="0x00008400"
CONFIG_SETTING_ADDRESS="0x00408400"
CONFIG_SETTING_SIZE="0x00001000"
CONFIG_IMG_SIZE="0x00040000"
CONFIG_IMG_SIZE="0x00084000"
CONFIG_JUMP_ADDR="0x73F00000"
CONFIG_GLBDRV_ADDR="0x7006b000"
# CONFIG_LONG_TEST is not set
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment