arm:switch to dynamic configuration for the kernel.
During startup machine.board_id is now determined. The kernel can now at runtime determine how to configure itself and does so. Change-Id: I4f615af9bfa5add219e618b911a51af127591d6a
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
#ifndef _ARM_MEMORY_H
|
||||
#define _ARM_MEMORY_H
|
||||
|
||||
#if defined(DM37XX) || defined(AM335X)
|
||||
/* omap */
|
||||
#define PHYS_MEM_BEGIN 0x80000000
|
||||
#define PHYS_MEM_END 0xbfffffff
|
||||
#endif /* defined(DM37XX) || defined(AM335X) */
|
||||
|
||||
#endif /* _ARM_MEMORY_H */
|
||||
|
||||
Reference in New Issue
Block a user