From dd14af7640f7d48d8e9768eeeb09592e6f94ed38 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 27 Nov 2008 16:50:32 -0500 Subject: Blackfin: new spibootldr command Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes, so add a new 'spibootldr' command to take advantage of it. Signed-off-by: Mike Frysinger --- include/configs/bfin_adi_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/bfin_adi_common.h') diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index e0be07b47..a581924d2 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -71,6 +71,7 @@ # define CONFIG_CMD_STRINGS # if defined(__ADSPBF51x__) || defined(__ADSPBF52x__) || defined(__ADSPBF54x__) # define CONFIG_CMD_OTP +# define CONFIG_CMD_SPIBOOTLDR # endif #endif -- cgit v1.2.3