1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

armv7: ls1021a: Drop macro CONFIG_LS102XA

Use CONFIG_ARCH_LS1021A instead.

Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
York Sun
2017-03-27 11:41:03 -07:00
parent c1303bfd7e
commit 73fb583829
19 changed files with 20 additions and 27 deletions

View File

@@ -20,7 +20,7 @@
#ifndef CONFIG_DM_ETH
#ifdef CONFIG_LS102XA
#ifdef CONFIG_ARCH_LS1021A
#define TSEC_SIZE 0x40000
#define TSEC_MDIO_OFFSET 0x40000
#else