mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 12:08:56 +01:00
Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
937076f84c
commit
ed727d394c
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ static void nand_flash_init(void)
|
|||
* knowledge of the clocks and what devices are hooked up ... and
|
||||
* don't even do that unless no UBL handled it.
|
||||
*/
|
||||
#ifdef CONFIG_SOC_DM6446
|
||||
#ifdef CONFIG_SOC_DM644X
|
||||
u_int32_t acfg1 = 0x3ffffffc;
|
||||
|
||||
/*------------------------------------------------------------------*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue