X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fimx7_spl.h;h=135727bab9aedcddf6f0d14a817fcf3b47a5b930;hb=ca8a329a1b7f3195ee56fee4c0906ee883383dfa;hp=39136ea49a8e4b0566a956784967f56a9f1a458a;hpb=4a11e34bc9c0f3818f3e847ac51c82d1c9bbb807;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/imx7_spl.h b/include/configs/imx7_spl.h index 39136ea..135727b 100644 --- a/include/configs/imx7_spl.h +++ b/include/configs/imx7_spl.h @@ -26,7 +26,6 @@ * CONFIG_SPL_TEXT_BASE could be moved to 0x00911000 to gain 4KB of space * for the SPL, but 56KB should be more than enough for the SPL. */ -#define CONFIG_SPL_MAX_SIZE 0xE000 #define CONFIG_SPL_STACK 0x00946BB8 /* * Pad SPL to 68KB (4KB header + 56KB max size + 8KB extra padding) @@ -36,7 +35,6 @@ * u-boot-with-spl.imx directly to a boot media (given that boot media specific * offset is configured properly). */ -#define CONFIG_SPL_PAD_TO 0x11000 /* MMC support */ #if defined(CONFIG_SPL_MMC)