1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

common: Drop CONFIG_HAS_POST

This only exists to control whether the post/ directory is build. It is
just as easy to check this in the Makefile. Remove CONFIG_HAS_POST and use
an ifdef in the Makefile instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2019-12-28 10:44:51 -07:00
committed by Tom Rini
parent bd21f66249
commit 50fbd5c8df
2 changed files with 3 additions and 5 deletions

View File

@@ -122,10 +122,6 @@ int get_serial_clock(void);
/* Put only stuff here that the assembler can digest */
#ifdef CONFIG_POST
#define CONFIG_HAS_POST
#endif
#define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1))
/*