diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-13 09:35:40 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-13 09:35:40 -0500 |
commit | a8d052b5004b3180b9d28567922acd1b62f9cb15 (patch) | |
tree | 3a2f7b573c47797ec26d2d596b25f652fc06454d /arch/microblaze | |
parent | c77c7db58ea833b442e09a794de0d3c8bba2bfe3 (diff) | |
parent | 1d82e2c15cc2ff7eaa334aaa41dacf4242881a1d (diff) | |
download | u-boot-imx-a8d052b5004b3180b9d28567922acd1b62f9cb15.zip u-boot-imx-a8d052b5004b3180b9d28567922acd1b62f9cb15.tar.gz u-boot-imx-a8d052b5004b3180b9d28567922acd1b62f9cb15.tar.bz2 |
Merge tag 'xilinx-fixes-for-v2017.03' of git://www.denx.de/git/u-boot-microblaze
Xilinx fixes for v2017.03
- defconfig alignment
- Topic.nl board updates
- Minor microblaze comment fix
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/cpu/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S index e9923b6..79dc0cf 100644 --- a/arch/microblaze/cpu/start.S +++ b/arch/microblaze/cpu/start.S @@ -129,7 +129,7 @@ _start: sh r7, r0, r8 rsubi r8, r10, 0x26 sh r6, r0, r8 -#endif /* BUILD_SPL */ +#endif /* CONFIG_SPL_BUILD */ /* Flush cache before enable cache */ addik r5, r0, 0 |