diff options
author | Heiko Schocher <hs@denx.de> | 2015-11-25 09:46:19 +0100 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2016-01-05 08:33:44 -0800 |
commit | 6a655d8e34e044e1030f88a611c890a50c9be413 (patch) | |
tree | a4eaa6bbeeab2249855446d4d5ea64be83c4ab59 /configs/T1024QDS_DDR4_defconfig | |
parent | 78680314c53a95c0bb25e942662979843b60d7b9 (diff) | |
download | blackbird-obmc-uboot-6a655d8e34e044e1030f88a611c890a50c9be413.tar.gz blackbird-obmc-uboot-6a655d8e34e044e1030f88a611c890a50c9be413.zip |
powerpc, mpc5xxx: fix missing bootflag init
since:
commit: f05ad9ba "Add a way to skip relocation"
tqm5200s board fails to boot. Reason is that
board_init_f has a function parameter bootflag,
which is not setup in
in arch/powerpc/cpu/mpc5xxx/start.S _start
So board_init_f gets a undefined bootflag,
currently the gd pointer address. Unfortunately
this address sets the GD_FLG_SKIP_RELOC bit,
so u-boot code gets not relocated and u-boot
does not boot ...
Init bootflag with 0, and tqm5200 boots fine again.
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'configs/T1024QDS_DDR4_defconfig')
0 files changed, 0 insertions, 0 deletions