[U-Boot] [PATCH] davinci: restore CONFIG_SPL=y to configs/omapl138_lcdk_defconfig

Signed-off-by: Peter Howard phoward@gme.net.au --- configs/omapl138_lcdk_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index 8f19721..4445c38 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_ARM=y CONFIG_ARCH_DAVINCI=y CONFIG_TARGET_OMAPL138_LCDK=y

On Wed, Apr 29, 2015 at 09:05:57AM +1000, Peter Howard wrote:
Signed-off-by: Peter Howard phoward@gme.net.au
configs/omapl138_lcdk_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index 8f19721..4445c38 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_ARM=y CONFIG_ARCH_DAVINCI=y CONFIG_TARGET_OMAPL138_LCDK=y
So when I grabbed the patch the config file was somehow missing. Sorry I missed this part!

On Wed, Apr 29, 2015 at 09:05:57AM +1000, Peter Howard wrote:
Signed-off-by: Peter Howard phoward@gme.net.au
Applied to u-boot/master, thanks!
participants (2)
-
Peter Howard
-
Tom Rini